NevronOpenVision
Nevron.Nov.Graphics Namespace / NImageSourceData Structure / NImageSourceData Constructor / NImageSourceData Constructor(Byte[],Int32)
A byte array containing encoded image data.
Index of a specific frame from the encoded image.
In This Topic
    NImageSourceData Constructor(Byte[],Int32)
    In This Topic
    Initializes a new instance with the specified byte array (encoded data) and image index.
    Syntax
    public NImageSourceData( 
       System.byte[] encodedData,
       System.int frameIndex
    )

    Parameters

    encodedData
    A byte array containing encoded image data.
    frameIndex
    Index of a specific frame from the encoded image.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also